home *** CD-ROM | disk | FTP | other *** search
/ Steal This CD / steal_this_cd.iso / Chapter 07 - Where the Hackers Are / virc200.exe / {app} / ViRC.exe / 0 / RCDATA / TUNINSTALLFORM / TUNINSTALLFORM.txt < prev   
Text File  |  2004-01-05  |  5KB  |  241 lines

  1. object UninstallForm: TUninstallForm
  2.   Left = 500
  3.   Top = 154
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Visual IRC'
  7.   ClientHeight = 423
  8.   ClientWidth = 374
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   Scaled = False
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 8
  24.     Top = 96
  25.     Width = 361
  26.     Height = 49
  27.     Shape = bsFrame
  28.   end
  29.   object Bevel2: TBevel
  30.     Left = 8
  31.     Top = 160
  32.     Width = 361
  33.     Height = 49
  34.     Shape = bsFrame
  35.   end
  36.   object Bevel3: TBevel
  37.     Left = 8
  38.     Top = 224
  39.     Width = 361
  40.     Height = 153
  41.     Shape = bsFrame
  42.   end
  43.   object Label2: TLabel
  44.     Left = 40
  45.     Top = 112
  46.     Width = 292
  47.     Height = 26
  48.     Caption = 
  49.       'Do this if you don'#39't plan to use ViRC again. The only traces of ' +
  50.       'ViRC left behind will be files that you created or downloaded.'
  51.     Transparent = True
  52.     WordWrap = True
  53.   end
  54.   object Label3: TLabel
  55.     Left = 40
  56.     Top = 176
  57.     Width = 313
  58.     Height = 26
  59.     Caption = 
  60.       'Do this if you might use ViRC again and you want to use the same' +
  61.       ' settings.'
  62.     Transparent = True
  63.     WordWrap = True
  64.   end
  65.   object Label4: TLabel
  66.     Left = 40
  67.     Top = 240
  68.     Width = 312
  69.     Height = 39
  70.     Caption = 
  71.       'Do this if you want to keep some settings and delete others - if' +
  72.       ' you only want to save your main profile, or you want to keep yo' +
  73.       'ur INI settings and copy them to another computer.'
  74.     Transparent = True
  75.     WordWrap = True
  76.   end
  77.   object Label5: TLabel
  78.     Left = 40
  79.     Top = 288
  80.     Width = 167
  81.     Height = 13
  82.     Caption = 'Select the items you want to KEEP:'
  83.     Transparent = True
  84.   end
  85.   object ListBox: TListBox
  86.     Left = 40
  87.     Top = 304
  88.     Width = 273
  89.     Height = 65
  90.     ExtendedSelect = False
  91.     ItemHeight = 13
  92.     MultiSelect = True
  93.     TabOrder = 0
  94.     OnClick = ListBoxClick
  95.   end
  96.   object RemoveBtn: TButton
  97.     Left = 168
  98.     Top = 392
  99.     Width = 115
  100.     Height = 25
  101.     Caption = 'Finish'
  102.     Default = True
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'MS Sans Serif'
  107.     Font.Style = []
  108.     ModalResult = 1
  109.     ParentFont = False
  110.     TabOrder = 3
  111.     OnClick = RemoveBtnClick
  112.   end
  113.   object AllBtn: TButton
  114.     Left = 320
  115.     Top = 312
  116.     Width = 33
  117.     Height = 17
  118.     Caption = 'All'
  119.     TabOrder = 1
  120.     OnClick = AllBtnClick
  121.   end
  122.   object NoneBtn: TButton
  123.     Left = 320
  124.     Top = 344
  125.     Width = 33
  126.     Height = 17
  127.     Cancel = True
  128.     Caption = 'None'
  129.     TabOrder = 2
  130.     OnClick = NoneBtnClick
  131.   end
  132.   object DeleteAll: TRadioButton
  133.     Left = 16
  134.     Top = 88
  135.     Width = 161
  136.     Height = 17
  137.     Caption = '&Delete all of my settings.'
  138.     Checked = True
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -11
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = [fsBold]
  144.     ParentFont = False
  145.     TabOrder = 4
  146.     TabStop = True
  147.     OnClick = DeleteAllClick
  148.   end
  149.   object KeepAll: TRadioButton
  150.     Left = 16
  151.     Top = 152
  152.     Width = 153
  153.     Height = 17
  154.     Caption = '&Keep all of my settings.'
  155.     Font.Charset = DEFAULT_CHARSET
  156.     Font.Color = clWindowText
  157.     Font.Height = -11
  158.     Font.Name = 'MS Sans Serif'
  159.     Font.Style = [fsBold]
  160.     ParentFont = False
  161.     TabOrder = 5
  162.     OnClick = KeepAllClick
  163.   end
  164.   object KeepSome: TRadioButton
  165.     Left = 16
  166.     Top = 216
  167.     Width = 169
  168.     Height = 17
  169.     Caption = 'Keep &some of my settings.'
  170.     Font.Charset = DEFAULT_CHARSET
  171.     Font.Color = clWindowText
  172.     Font.Height = -11
  173.     Font.Name = 'MS Sans Serif'
  174.     Font.Style = [fsBold]
  175.     ParentFont = False
  176.     TabOrder = 6
  177.   end
  178.   object CancelBtn: TButton
  179.     Left = 294
  180.     Top = 392
  181.     Width = 75
  182.     Height = 25
  183.     Cancel = True
  184.     Caption = 'Cancel'
  185.     TabOrder = 7
  186.     OnClick = CancelBtnClick
  187.   end
  188.   object Panel1: TPanel
  189.     Left = 0
  190.     Top = 0
  191.     Width = 377
  192.     Height = 81
  193.     BevelOuter = bvNone
  194.     Color = clWhite
  195.     TabOrder = 8
  196.     object Bevel4: TBevel
  197.       Left = 0
  198.       Top = 0
  199.       Width = 377
  200.       Height = 81
  201.       Align = alClient
  202.       Shape = bsBottomLine
  203.     end
  204.     object Label6: TLabel
  205.       Left = 16
  206.       Top = 8
  207.       Width = 306
  208.       Height = 13
  209.       Caption = 'Uninstalling settings, server lists, and personal scripts'
  210.       Font.Charset = DEFAULT_CHARSET
  211.       Font.Color = clWindowText
  212.       Font.Height = -11
  213.       Font.Name = 'MS Sans Serif'
  214.       Font.Style = [fsBold]
  215.       ParentFont = False
  216.       Transparent = True
  217.     end
  218.     object Label7: TLabel
  219.       Left = 64
  220.       Top = 32
  221.       Width = 292
  222.       Height = 41
  223.       AutoSize = False
  224.       Caption = 
  225.         'Visual IRC previously created some files and/or registry keys to' +
  226.         ' save your settings. You may choose to keep some of them by sele' +
  227.         'cting an option below.'
  228.       Transparent = True
  229.       WordWrap = True
  230.     end
  231.     object Image1: TImage
  232.       Left = 16
  233.       Top = 32
  234.       Width = 32
  235.       Height = 32
  236.       AutoSize = True
  237.       Picture.Data = {<image000.ico>}
  238.     end
  239.   end
  240. end
  241.